home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1997 July / macformat52.iso / mac / Shareware Plus / Developers / YAAF v1.0 alpha 1 / Contents < prev    next >
Text File  |  1997-04-24  |  1KB  |  27 lines

  1. YAAF - Yet another application framework
  2.  
  3. Contents
  4.  
  5.     (Documents)
  6.         HTML files which document the framework. The document, like the framework, needs a little additional work.
  7.  
  8.     (Samples)
  9.         Some example and test programs which show how to get a basic YAAF application off the ground.
  10.  
  11.     (Sources)
  12.         The sources to the YAAF libraries. There are two major library components for each platform: the core library (which contains the core event loop and window processing routines), and the standard controls library (which contains the standard controls, such as buttons, check boxes, etc).
  13.  
  14.     (Tools)
  15.         This contains the CompileVRes tool, which is used for compiling a VRes specification file (a .v file) into a data file which can be brought into the resource fork of the Mac or Windows application to define the geometry of the window.
  16.  
  17.         Boy, it'd be nice if someone would write a constructor for manipulating VRes files!
  18.  
  19.     Headers
  20.         Where the headers live. Even the sources in (Sources) use these headers for compiling the libraries.
  21.  
  22.     Libraries
  23.         Copies of the 6 YAAF libraries: the three core libraries (one for 68K, one for PPC, and one for WinOS), and the three standard control libraries. (One for each platform).
  24.  
  25.     Resources
  26.         The ResEdit templates resources for the menu 'MInv' and 'MCmd' resources.
  27.